home *** CD-ROM | disk | FTP | other *** search
/ LOGIC Apps / Logic-APPLE_II_APPS.iso / mac / LOGIC Apple II 5.25" Library - ProDOS / PRO027A.dsk / TEX.DOC.txt < prev   
Text File  |  2012-02-16  |  4KB  |  106 lines

  1. -----------------------
  2. TEX - Text File Utility
  3. Copyright (c) 1987 by
  4. Floyd Zink, Jr.
  5. -----------------------
  6.  
  7. THIS PROGRAM IS PUBLIC DOMAIN, DISTRIBUTE FREELY BUT DO NOT SELL.
  8.  
  9. YOU MUST HAVE AN ENHANCED //e, //c, or IIgs TO RUN THIS PROGRAM.
  10.  
  11.  
  12. Features
  13. --------
  14.  
  15.     1)  Catalogs disks
  16.  
  17.     2)  Types files
  18.  
  19.     3)  Appends files together
  20.  
  21.     4)  Strips linefeeds and ^Z's from files
  22.  
  23.     5)  Removes carriage returns from files
  24.  
  25.  
  26. User Instructions
  27. -----------------
  28.  
  29. TEX has a user interface modeled after Glen Bredon's 'Cat Doctor'
  30. program which I use extensively and find very easy to use.  For
  31. those of you who do not have 'Cat Doctor' and all the rest of the
  32. 'Prosel' programs I suggest you read 'PROSEL.TXT' in DL1.  I highly
  33. recommend it!
  34.  
  35. TEX supports a start-up pathname.  If you enter a start-up pathname
  36. from a program selector like PROSEL or ECP8 the program will use
  37. that pathname and strip the linefeeds from it and then exit by the
  38. quit code.  If there is no start-up pathname then TEX will display
  39. the menu and you can go on from there.
  40.  
  41. If you have a mouse TEX will find it and allow you to use it instead
  42. of using the arrow keys and pressing return.  You still have to press
  43. return though when your selections are marked to start the procedure.
  44. At least until I can figure out double clicking.
  45.  
  46. The sensitivity of the mouse is at location $204B.  It is currently
  47. set at $08.  This means the mouse must move 8 increments to move the
  48. inverse bar.  If you want to change this use a block editor or from
  49. the basic prompt enter:
  50.  
  51. CALL-151   ;enter monitor
  52. BLOAD BLU,TSYS,A$2000  ;load file
  53. 204B:XX    ;XX being the new value. Higher value=lesser sensitivity.
  54. BSAVE BLU,TSYS,A$2000  ;save file
  55. ^C         ;back to basic
  56.  
  57. You can select a menu item by either the first letter in the item or
  58. by using the arrow keys and pressing return.  After making your
  59. selection you will be prompted for a source directory name and where
  60. necessary a destination pathname or target directory.  You can use
  61. the TAB key to skip to the next '/' in the pathname shown or OA-TAB
  62. to back up to the previous '/'.  When prompted for a destination
  63. pathname be sure and enter a pathname for a file not a directory.
  64.  
  65. After the directory(s) are selected a catalog of the source directory
  66. will be displayed.  Using the up and down arrows will move the bar
  67. accordingly.  The left arrow will unselect an item if it was selected
  68. otherwise it will move the bar up.  The right arrow will select an
  69. item if not already selected otherwise it will move the bar down.  In
  70. addition a control-a (^A) will toggle all the items.  Pressing return
  71. will implement the selected task using the just picked filenames.
  72.  
  73. When typing files pressing any key will pause the display.  Pressing
  74. any key again will start the typing again.  Pressing ESC will jump to
  75. the end of the current file and pressing ESC again will exit back to
  76. the main menu.  Pressing a 'p' or 'P' will toggle the paging option.
  77. When paging is on the file will be displayed a screen full at a time
  78. and waits for a keypress between each page.
  79.  
  80. The linefeed stripper creates a temp file with an '.S' extension.
  81. When it is done processing it renames the original file with an '.ORG'
  82. extension and renames the temp file to the original file name.
  83.  
  84. The carriage return remover creates a temp file with an '.R' extension.
  85. When it is done processing it renames the original file with an '.ORG'
  86. extension and renames the temp file to the original file name.  When
  87. you see the 'Minimum line length' prompt you can use the up and down
  88. arrow keys to change the default length.  The purpose of the minimum
  89. line length is to try to maintain formatting in short lines.  If you
  90. use the default of '60' TEX will not remove the carriage returns in
  91. lines of less than 60 characters.
  92.  
  93.  
  94. Final Words
  95. -----------
  96.  
  97. If you encounter any bugs or come up with any suggestions for
  98. improving the program please let me know.
  99.  
  100.  
  101. [ Floyd Zink, Jr. ]
  102.  
  103. Compuserve - 73147,2717
  104. Genie - F.ZINK
  105.                              
  106.